BarcodeTypeEnum
Scope object containing values for barcode definitions.
| Parameter | Type | Description |
|---|---|---|
| barcode128 | string | Apply a barcode using Code 128. Code 128 is a high-density barcode that is used for alphanumeric or numeric-only barcodes and uses all 128 ASCII characters. |
| barcode39 | string | Apply a barcode using Code 39 (3 of 9, 3.9). Code 39 is a variable length, discrete barcode that uses 43 characters including uppercase letters (A through Z), numeric digits (0 through 9) and a number of special characters (-, ., $, /, +, %, and space). |
| barcode2D | string | Apply a barcode using a matrix (2D) barcode. The 2D barcode used in Expere is PDF417, a public domain linear barcode symbol format. |
| barcodeInter25 | string | Apply a barcode using Interleaved 2 of 5 (I2/5). Interleaved 2 of 5 is a continuous two-width barcode. This code uses encoded digit pairs represented in a series of narrow and wide bars where 2 out of every 5 bars (or spaces) are wide. |